www.gusucode.com > ASP 在线订购程序 > ASP 在线订购程序\code\admin\menu.asp

    <!--#include file="../conn.asp"-->
<!--#include file="login_admin.asp"-->
<html>
<head>
<title>后台菜单</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css.css" rel="stylesheet" type="text/css">
<style type=text/css>
body  { background:#799AE1; margin:0px; font:9pt 宋体; }
table  { border:0px; }
td  { font:normal 12px 宋体; }
img  { vertical-align:bottom; border:0px; }
a  { font:normal 12px 宋体; color:#000000; text-decoration:none; }
a:hover  { color:#428EFF;text-decoration:underline; }
.sec_menu  { border-left:1px solid white; border-right:1px solid white; border-bottom:1px solid white; overflow:hidden; background:#D6DFF7; }
.menu_title  { }
.menu_title span  { position:relative; top:2px; left:8px; color:#215DC6; font-weight:bold; }
.menu_title2  { }
.menu_title2 span  { position:relative; top:2px; left:8px; color:#428EFF; font-weight:bold; }
</style>
</head>

<body>

<table cellpadding=0 cellspacing=0 width=158 align=center> 
<tr><td height=42 valign=bottom><img src="title.gif" width=158 height=38></td></tr>
</table>

<table cellpadding=0 cellspacing=0 width=158 align=center> 
  <tr> 
    <td height=25 class=menu_title> 
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr> 
          <td>&nbsp;&nbsp;</td>
        </tr>		
      </table>
    </td>
  </tr> 
</table>

<table cellpadding=0 cellspacing=0 width=158 align=center>
  <tr>
    <td height=25 background="menubar_1.gif" class=menu_title id=menuTitle1> <b><FONT COLOR="#3366CC">&nbsp;Admin管理</font> 
      </b></td>
  </tr>
  <tr>
    <td style="display:" id='submenu1'> <div class=sec_menu style="width:158"> 
        <table cellpadding=0 cellspacing=0 align=center width=135>
	  <tr> 
            <td height="18"><a href="admin_manage.asp" target="main">修改密码</a></td>
          </tr>
        </table>
      </div></td>
  </tr>
  <tr>
    <td height="3"></td>
  </tr>
</table>

<table cellpadding=0 cellspacing=0 width=158 align=center>
  <tr> 
    <td height=25 background="menubar_2.gif" class=menu_title id=menuTitle1> <b><FONT COLOR="#3366CC">&nbsp;订单管理</font> 
      </b></td>
  </tr>
  <tr> 
    <td style="display:" id='submenu1'> <div class=sec_menu style="width:158"> 
        <table cellpadding=0 cellspacing=0 align=center width=135>
          <tr> 
            <td height="18"><a href="main.asp" target="main">订单管理</a></td>
          </tr>
        </table>
      </div></td>
  </tr>
  <tr> 
    <td height="3"></td>
  </tr>
</table>

<table cellpadding=0 cellspacing=0 width=158 align=center>
  <tr> 
    <td height=25 background="menubar_2.gif" class=menu_title id=menuTitle1> <b><FONT COLOR="#3366CC">&nbsp;退出</font> 
      </b></td>
  </tr>
  <tr> 
    <td style="display:" id='submenu1'> <div class=sec_menu style="width:158"> 
        <table cellpadding=0 cellspacing=0 align=center width=135>
          <tr> 
            <td height="18"><a href="login.asp?action=loginout" target="_parent"><strong>退出</strong></a></td>
          </tr>
        </table>
      </div></td>
  </tr>
  <tr> 
    <td height="3"></td>
  </tr>
</table>
<br><br>
<table cellpadding=0 cellspacing=0 width=158 align=center>
  <tr>
    <td> 
        <table cellpadding=0 cellspacing=0 align=center width=135>
	  <tr> 
            
          <td height="18" align=center><a href="http://www.66soso.com/" target="_blank">版权所有</a></td>
          </tr>
	  <tr> 
            
          <td height="18" align=center>2010</td>
          </tr>
        </table>
      </td>
  </tr>
  <tr>
    <td height="3"></td>
  </tr>
</table>

</body>
</html>